3.13.65 \(\int \frac {1}{(c+d x)^8} \, dx\)

Optimal. Leaf size=14 \[ -\frac {1}{7 d (c+d x)^7} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {32} \begin {gather*} -\frac {1}{7 d (c+d x)^7} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)^(-8),x]

[Out]

-1/(7*d*(c + d*x)^7)

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {1}{(c+d x)^8} \, dx &=-\frac {1}{7 d (c+d x)^7}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 1.00 \begin {gather*} -\frac {1}{7 d (c+d x)^7} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)^(-8),x]

[Out]

-1/7*1/(d*(c + d*x)^7)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{(c+d x)^8} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(c + d*x)^(-8),x]

[Out]

IntegrateAlgebraic[(c + d*x)^(-8), x]

________________________________________________________________________________________

fricas [B]  time = 1.17, size = 79, normalized size = 5.64 \begin {gather*} -\frac {1}{7 \, {\left (d^{8} x^{7} + 7 \, c d^{7} x^{6} + 21 \, c^{2} d^{6} x^{5} + 35 \, c^{3} d^{5} x^{4} + 35 \, c^{4} d^{4} x^{3} + 21 \, c^{5} d^{3} x^{2} + 7 \, c^{6} d^{2} x + c^{7} d\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x+c)^8,x, algorithm="fricas")

[Out]

-1/7/(d^8*x^7 + 7*c*d^7*x^6 + 21*c^2*d^6*x^5 + 35*c^3*d^5*x^4 + 35*c^4*d^4*x^3 + 21*c^5*d^3*x^2 + 7*c^6*d^2*x
+ c^7*d)

________________________________________________________________________________________

giac [A]  time = 1.26, size = 12, normalized size = 0.86 \begin {gather*} -\frac {1}{7 \, {\left (d x + c\right )}^{7} d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x+c)^8,x, algorithm="giac")

[Out]

-1/7/((d*x + c)^7*d)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 13, normalized size = 0.93 \begin {gather*} -\frac {1}{7 \left (d x +c \right )^{7} d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(d*x+c)^8,x)

[Out]

-1/7/d/(d*x+c)^7

________________________________________________________________________________________

maxima [A]  time = 1.36, size = 12, normalized size = 0.86 \begin {gather*} -\frac {1}{7 \, {\left (d x + c\right )}^{7} d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x+c)^8,x, algorithm="maxima")

[Out]

-1/7/((d*x + c)^7*d)

________________________________________________________________________________________

mupad [B]  time = 0.22, size = 81, normalized size = 5.79 \begin {gather*} -\frac {1}{7\,c^7\,d+49\,c^6\,d^2\,x+147\,c^5\,d^3\,x^2+245\,c^4\,d^4\,x^3+245\,c^3\,d^5\,x^4+147\,c^2\,d^6\,x^5+49\,c\,d^7\,x^6+7\,d^8\,x^7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c + d*x)^8,x)

[Out]

-1/(7*c^7*d + 7*d^8*x^7 + 49*c^6*d^2*x + 49*c*d^7*x^6 + 147*c^5*d^3*x^2 + 245*c^4*d^4*x^3 + 245*c^3*d^5*x^4 +
147*c^2*d^6*x^5)

________________________________________________________________________________________

sympy [B]  time = 0.46, size = 85, normalized size = 6.07 \begin {gather*} - \frac {1}{7 c^{7} d + 49 c^{6} d^{2} x + 147 c^{5} d^{3} x^{2} + 245 c^{4} d^{4} x^{3} + 245 c^{3} d^{5} x^{4} + 147 c^{2} d^{6} x^{5} + 49 c d^{7} x^{6} + 7 d^{8} x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x+c)**8,x)

[Out]

-1/(7*c**7*d + 49*c**6*d**2*x + 147*c**5*d**3*x**2 + 245*c**4*d**4*x**3 + 245*c**3*d**5*x**4 + 147*c**2*d**6*x
**5 + 49*c*d**7*x**6 + 7*d**8*x**7)

________________________________________________________________________________________